DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1ListAdapter<T> Class / GetItemView Method
The position of the item. Use DataCollection to receive the item.

In This Topic
    GetItemView Method (C1ListAdapter<T>)
    In This Topic
    Gets the view for a specific item.
    Syntax
    'Declaration
     
    Public Overridable Function GetItemView( _
       ByVal position As Integer, _
       ByVal convertView As Android.Views.View, _
       ByVal parent As Android.Views.ViewGroup _
    ) As Android.Views.View
    public virtual Android.Views.View GetItemView( 
       int position,
       Android.Views.View convertView,
       Android.Views.ViewGroup parent
    )

    Parameters

    position
    The position of the item. Use DataCollection to receive the item.
    convertView
    parent
    See Also